Skip to content

chore(deps): update rust crate pyo3-bytes to 0.6 - autoclosed#7044

Closed
renovate[bot] wants to merge 1 commit into
developfrom
renovate/pyo3-bytes-0.x
Closed

chore(deps): update rust crate pyo3-bytes to 0.6 - autoclosed#7044
renovate[bot] wants to merge 1 commit into
developfrom
renovate/pyo3-bytes-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pyo3-bytes workspace.dependencies minor 0.50.6

Release Notes

developmentseed/obstore (pyo3-bytes)

v0.6.0

Compare Source

New Features 🪄
Breaking changes 🔧
Object store methods

No breaking changes.

Store constructors
  • In the AzureStore constructor, the container positional argument was renamed to container_name to match the container_name key in AzureConfig. by @​kylebarron in #​380

    This is a breaking change if you had been calling AzureStore(container="my container name").

    This is not breaking if you had been using it as a positional argument AzureStore("my container name") or if you had already been using AzureStore(container_name="my container name").

    The idea here is that we want one and only one argument name for each underlying config parameter. Most of these breaking changes took place in 0.5.0, but this was overlooked.

Bug fixes 🐛
Documentation 📖
Other

Full Changelog: developmentseed/obstore@py-v0.5.1...py-v0.6.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the changelog/chore A trivial change label Mar 19, 2026
@renovate renovate Bot enabled auto-merge (squash) March 19, 2026 05:16
@renovate

renovate Bot commented Mar 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `pyo3-ffi`.
    ... required by package `pyo3 v0.27.0`
    ... which satisfies dependency `pyo3 = "^0.27.0"` of package `vortex-python v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/vortex-python)`
versions that meet the requirements `=0.27.0` are: 0.27.0

package `pyo3-ffi` links to the native library `python`, but it conflicts with a previous package which links to `python` as well:
package `pyo3-ffi v0.28.2`
    ... which satisfies dependency `pyo3-ffi = "=0.28.2"` of package `pyo3 v0.28.2`
    ... which satisfies dependency `pyo3 = "^0.28"` of package `pyo3-bytes v0.6.0`
    ... which satisfies dependency `pyo3-bytes = "^0.6"` of package `vortex-python v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/vortex-python)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "python"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `pyo3-ffi` which could resolve this conflict

@renovate renovate Bot changed the title chore(deps): update rust crate pyo3-bytes to 0.6 chore(deps): update rust crate pyo3-bytes to 0.6 - autoclosed Mar 19, 2026
@renovate renovate Bot closed this Mar 19, 2026
auto-merge was automatically disabled March 19, 2026 06:00

Pull request was closed

@renovate renovate Bot deleted the renovate/pyo3-bytes-0.x branch March 19, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants